home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TFTPGENERATESSLCERTDIALOG / TFTPGENERATESSLCERTDIALOG.txt
Text File  |  2008-11-03  |  4KB  |  191 lines

  1. inherited FtpGenerateSSLCertDialog: TFtpGenerateSSLCertDialog
  2.   Left = 391
  3.   Top = 432
  4.   Caption = 'Generate Self-signed SSL Certificate'
  5.   ClientHeight = 391
  6.   ClientWidth = 313
  7.   OnCreate = FormCreate
  8.   OnShow = FormShow
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object KeyLengthLbl: TUiLabel
  12.     Left = 8
  13.     Top = 8
  14.     Height = 13
  15.     Caption = 'Key &length in bits:'
  16.     FocusControl = KeyLengthEdit
  17.   end
  18.   object ExpirationLbl: TUiLabel
  19.     Left = 192
  20.     Top = 8
  21.     Height = 13
  22.     Caption = 'Expiration:'
  23.     FocusControl = ExpirationEdit
  24.   end
  25.   object CommonNameLbl: TUiLabel
  26.     Left = 8
  27.     Top = 48
  28.     Height = 13
  29.     Caption = '&Common name:'
  30.     FocusControl = CommonNameEdit
  31.   end
  32.   object OrganizationLbl: TUiLabel
  33.     Left = 8
  34.     Top = 88
  35.     Height = 13
  36.     Caption = 'Organization:'
  37.     FocusControl = OrganizationEdit
  38.   end
  39.   object OrganizationalUnitLbl: TUiLabel
  40.     Left = 8
  41.     Top = 128
  42.     Height = 13
  43.     Caption = 'Organizational unit:'
  44.     FocusControl = OrganizationalUnitEdit
  45.   end
  46.   object CityLbl: TUiLabel
  47.     Left = 8
  48.     Top = 168
  49.     Height = 13
  50.     Caption = 'City:'
  51.     FocusControl = CityEdit
  52.   end
  53.   object StateLbl: TUiLabel
  54.     Left = 8
  55.     Top = 208
  56.     Height = 13
  57.     Caption = '&State/Province:'
  58.     FocusControl = StateEdit
  59.   end
  60.   object CountryLbl: TUiLabel
  61.     Left = 264
  62.     Top = 208
  63.     Height = 13
  64.     Caption = 'Country:'
  65.     FocusControl = CountryEdit
  66.   end
  67.   object EmailLbl: TUiLabel
  68.     Left = 8
  69.     Top = 248
  70.     Height = 13
  71.     Caption = '&Email:'
  72.     FocusControl = EmailEdit
  73.   end
  74.   object OutputFilenameLbl: TUiLabel
  75.     Left = 8
  76.     Top = 304
  77.     Height = 13
  78.     Caption = 'Output filename:'
  79.     FocusControl = OutputFilenameEdit
  80.   end
  81.   object OutputFilenameBrowseBtn: TUiBrowseSpeedButton
  82.     Left = 280
  83.     Top = 320
  84.     BrowseEdit = OutputFilenameEdit
  85.   end
  86.   object KeyLengthEdit: TUiComboBox
  87.     Left = 8
  88.     Top = 24
  89.     Width = 65
  90.     Height = 21
  91.     Style = csDropDownList
  92.     ItemHeight = 13
  93.     MaxLength = 4
  94.     TabOrder = 0
  95.     OnChange = SomethingChangedClick
  96.   end
  97.   object ExpirationEdit: TUiDateTimePicker
  98.     Left = 192
  99.     Top = 24
  100.     Width = 113
  101.     Height = 21
  102.     TabOrder = 1
  103.     OnChange = SomethingChangedClick
  104.   end
  105.   object CommonNameEdit: TUiEdit
  106.     Left = 8
  107.     Top = 64
  108.     Width = 297
  109.     Height = 21
  110.     TabOrder = 2
  111.     OnChange = SomethingChangedClick
  112.   end
  113.   object OrganizationEdit: TUiEdit
  114.     Left = 8
  115.     Top = 104
  116.     Width = 297
  117.     Height = 21
  118.     TabOrder = 3
  119.     OnChange = SomethingChangedClick
  120.   end
  121.   object OrganizationalUnitEdit: TUiEdit
  122.     Left = 8
  123.     Top = 144
  124.     Width = 297
  125.     Height = 21
  126.     TabOrder = 4
  127.     Text = 'Beyond Compare user'
  128.     OnChange = SomethingChangedClick
  129.   end
  130.   object CityEdit: TUiEdit
  131.     Left = 8
  132.     Top = 184
  133.     Width = 297
  134.     Height = 21
  135.     TabOrder = 5
  136.     OnChange = SomethingChangedClick
  137.   end
  138.   object StateEdit: TUiEdit
  139.     Left = 8
  140.     Top = 224
  141.     Width = 241
  142.     Height = 21
  143.     TabOrder = 6
  144.     OnChange = SomethingChangedClick
  145.   end
  146.   object CountryEdit: TUiEdit
  147.     Left = 264
  148.     Top = 224
  149.     Width = 41
  150.     Height = 21
  151.     MaxLength = 2
  152.     TabOrder = 7
  153.     OnChange = SomethingChangedClick
  154.   end
  155.   object EmailEdit: TUiEdit
  156.     Left = 8
  157.     Top = 264
  158.     Width = 297
  159.     Height = 21
  160.     TabOrder = 8
  161.     OnChange = SomethingChangedClick
  162.   end
  163.   object OutputFilenameEdit: TUiBrowseEdit
  164.     Left = 8
  165.     Top = 320
  166.     Width = 265
  167.     Height = 21
  168.     TabOrder = 9
  169.     OnChange = SomethingChangedClick
  170.     OnBrowse = OutputFilenameBrowse
  171.   end
  172.   object GenerateBtn: TUiButton
  173.     Left = 152
  174.     Top = 360
  175.     Caption = '&Generate'
  176.     Default = True
  177.     TabOrder = 10
  178.     OnClick = GenerateClick
  179.     AutoSize = asRight
  180.   end
  181.   object CancelBtn: TUiButton
  182.     Left = 232
  183.     Top = 360
  184.     Cancel = True
  185.     Caption = 'Cancel'
  186.     ModalResult = 2
  187.     TabOrder = 11
  188.     AutoSize = asRight
  189.   end
  190. end
  191.